home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / RCA dcm315 / netrcacm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-04-02  |  5.0 KB  |  166 lines

  1. ; /****************************************************************************
  2. ; ** COPYRIGHT (C) 1994-1999 INTEL CORPORATION                               **
  3. ; ** HTTP://WWW.INTEL.COM/                                                   **
  4. ; ** THIS FILE IS PART OF THE INTEL USB CABLE MODEM REFERENCE DESIGN         **
  5. ; ****************************************************************************/
  6.  
  7. [version]
  8. Signature   = "$Chicago$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %OEM%
  12. ;LayoutFile  = layout.inf          ; Only for drivers distributed with windows
  13. CatalogFile = netrcacm.cat         ; File holds digital signature.
  14. DriverVer=01/17/2003,30.2.24.0
  15. Compatible  = 1                    ; works with Win2K and Win9x
  16.  
  17. [Manufacturer]
  18. %V_MANUFACTURER% = Rca
  19.  
  20. [Rca]
  21. ;
  22. ; Display Name          Section           DeviceID
  23. ;_________________________________________________________________
  24. %netrcacm.DeviceDesc% =   netrcacm.ndi,           USB\VID_069B&PID_0704
  25.  
  26. [SourceDisksNames]
  27. 1=%INSTALLDISK%,,
  28. ;1=%INSTALLDISK%,"2_17_0",0
  29.  
  30. [SourceDisksFiles]
  31. netrcacm.sys=1
  32.  
  33. [ControlFlags]
  34. ;
  35. ; Provides limited control on UI displays and events during installation.
  36. ; Must for any device on an enumerable BUS like USB
  37. ;
  38. ExcludeFromSelect = USB\VID_069B&PID_0704
  39.  
  40.  
  41. ;-----------------------------------------------------------------------------
  42. ; common registry entries
  43. ;
  44. [common.reg]
  45. HKR,  NDI\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
  46. HKR,  NDI\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
  47. HKR,  NDI\params\ByteSwapFlag,      type,      0,  "edit"
  48. HKR,  NDI\params\ByteSwapFlag,      LimitText, 0,  "128"
  49. HKR,  NDI\params\ByteSwapFlag,      UpperCase, 0,  "0"
  50. HKR,  NDI\params\ByteSwapFlag,      flag,      1,  "20","00","00","00"
  51.  
  52. ;
  53. ; Windows 98 specific entry
  54. ;
  55. [netrcacm.ndi]
  56. CopyFiles = netrcacm.9x.CopyFiles
  57. AddReg = netrcacm.id.reg, netrcacm.9x.reg, common.reg
  58. DeviceID = "USB\VID_069B&PID_0704"
  59. DriverVer=01/17/2003,30.2.24.0
  60.  
  61. ;
  62. ; Windows 2000  specific entry
  63. ;
  64. [netrcacm.ndi.NT]
  65. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI ??
  66. BusType         = 15                         ; (was PCI == 5), PnpBus == 15
  67. AddReg          = common.reg, netrcacm.nt.reg  ;
  68. CopyFiles       = netrcacm.nt.CopyFiles        ;
  69. DriverVer=01/17/2003,30.2.24.0
  70.  
  71.  
  72. [netrcacm.ndi.nt.Services]
  73. AddService = netrcacm, 2, netrcacm.Service, common.EventLog
  74.  
  75. ;-----------------------------------------------------------------------------
  76. ; WIN2K (NT) specific
  77. ;
  78. [netrcacm.nt.reg]
  79. HKR, Ndi,                       Service,    0, "netrcacm"
  80. ; use ndis5 as the upper bound because NT supports it
  81. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  82. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  83.  
  84.  
  85. [netrcacm.Service]
  86. DisplayName     = %netrcacm.Service.DispName%
  87. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  88. StartType       = 3 ;%SERVICE_DEMAND_START%
  89. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  90. ServiceBinary   = %12%\netrcacm.sys
  91. LoadOrderGroup  = NDIS
  92. AddReg          = TextModeFlags.reg
  93.  
  94.  
  95. [common.EventLog]
  96. AddReg = common.AddEventLog.reg
  97.  
  98. [common.AddEventLog.reg]
  99. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  100. HKR, , TypesSupported,   0x00010001, "7"
  101.  
  102. [TextModeFlags.reg]
  103. HKR, , TextModeFlags, 0x00010001, "0x0001"
  104.  
  105.  
  106. ;----------------------------------------------------------------------------
  107. ; Win9x specific
  108. ; These are not needed by NT
  109. ;
  110.  
  111. ;----------------------------------------------------------------------------
  112. ; Win9x id registry sections
  113. ;
  114. [netrcacm.id.reg]
  115. HKR, Ndi, DeviceID, 0, "USB\VID_069B&PID_0704"
  116.  
  117. [netrcacm.9x.reg]
  118. HKR, ,              DevLoader,          0, "*ndis"
  119. HKR, ,              DeviceVxDs,         0, "netrcacm.sys"
  120. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  121. ; memphis appears to not support the ndis5 upper range, so use ndis3
  122. HKR, Ndi\Interfaces,DefUpper,    0, "ndis3"
  123. HKR, Ndi\Interfaces,DefLower,    0, "ethernet"
  124. HKR, Ndi\Interfaces,UpperRange,  0, "ndis3"
  125. HKR, Ndi\Interfaces,LowerRange,  0, "ethernet"
  126.  
  127. HKR, NDIS,          LogDriverName,      0, "netrcacm"
  128. HKR, NDIS,          MajorNdisVersion,   1, "03"
  129. HKR, NDIS,          MinorNdisVersion,   1, "0A"
  130.  
  131. HKR, Ndi\Install,   ndis3,              0, "netrcacm.install"
  132.  
  133. [netrcacm.install]
  134. ;CopyFiles = netrcacm.9x.CopyFiles
  135.  
  136.  
  137. ;-----------------------------------------------------------------------------
  138. ; DestinationDirs
  139. ;
  140. [DestinationDirs]
  141. DefaultDestDir = 10,system32\drivers     ; manditory dest for all wdm drivers?
  142. netrcacm.nt.CopyFiles = 12
  143. netrcacm.9x.CopyFiles = 11
  144.  
  145. [netrcacm.nt.CopyFiles]
  146. netrcacm.sys,,,2
  147.  
  148. [netrcacm.9x.CopyFiles]
  149. netrcacm.sys,,,2
  150.  
  151.  
  152. [Strings]
  153. OEM     = "RCA"
  154. V_MANUFACTURER = "Thomson Inc."
  155.  
  156. ;
  157. ; String that gets displayed while installing the device
  158. ;
  159. netrcacm.DeviceDesc = "RCA USB Cable Modem"
  160. INSTALLDISK = "Install Disk"
  161.  
  162. ;
  163. ; NT Service name
  164. ;
  165. netrcacm.Service.DispName = "RCA USB Digital Cable Modem Driver"
  166.